Skip to main content

Dropdown Enum Values for Data Tables

· One min read

Data Table fields now support enum options in dropdowns. Instead of seeing 0, 1, 2, you can label them LOW, MID, HIGH — or anything else that makes sense for your project — and your users will see these labels in the UI.

Screenshot of the Data Table field with enum options

The user can then select the enum value from the dropdown in the UI.

Screenshot of the specifying value when adding a new entry to the Data Table